home *** CD-ROM | disk | FTP | other *** search
- <panel width="400">
- <layout class="arrange_vertical_attachment" alignment="bottom, extend" offset="0"/>
- <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
-
- <!-- titled box at the top -->
- <container class="titled_box" id="ttlb" text="Arrange Friendly">
- <layout class="arrange_vertical_attachment" alignment="bottom,extend" offset="0"/>
- <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
-
- <!-- scrolling box stretches to fit the size of the group box -->
- <container class="scrolling_box">
-
- <!-- group box to contain details at the top -->
- <container>
- <layout class="arrange_vertical_attachment" alignment="top" offset="0"/>
- <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
-
- <!-- sub section box containing details -->
- <container class="subsection_box" text="Details[Arrange friendly panel details title]">
- <layout class="arrange_vertical_attachment" alignment="top" offset="0"/>
- <layout class="fit_children_attachment" alignment="vertical,fill" offset="0"/>
- <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true"/>
-
- <!-- group box containing type field -->
- <container>
- <layout class="arrange_horizontal_attachment" layout="-10,-15" alignment="left" offset="0"/>
- <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
- <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" inset="0"/>
-
- <!-- type widgets -->
- <widget class="label" text="Type"/>
- <widget class="popup_button" id="frty" fixed="false" select_event="frty">
- <list id="items">
- <record id="0" text="Friendly Match" tkex="true"/>
- <record id="1" text="Tour" tkex="true"/>
- <record id="2" text="Cup" tkex="true"/>
- <record id="3" text="League" tkex="true"/>
- </list>
- </widget>
- </container>
-
- <!-- group box containing date field -->
- <container>
- <layout class="arrange_horizontal_attachment" layout="-10,-15" alignment="left" offset="0"/>
- <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
- <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" inset="0"/>
-
- <!-- date widgets -->
- <widget class="label" text="Date"/>
- <widget class="label" id="date"/>
- </container>
-
- <!-- group box containing country field -->
- <container id="coup">
- <layout class="arrange_horizontal_attachment" layout="-10,-15" alignment="left" offset="0"/>
- <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
- <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" inset="0"/>
-
- <!-- tour country widgets -->
- <widget class="label" text="Country"/>
- <widget class="popup_button" id="coun" fixed="false" select_event="chcn"/>
- </container>
-
- <!-- group box containing venue field -->
- <container id="venp">
- <layout class="arrange_horizontal_attachment" layout="-10,-15" alignment="left" offset="0"/>
- <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
- <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" inset="0"/>
-
- <!-- venue widgets -->
- <widget class="label" text="Venue"/>
- <widget class="popup_button" id="vnue" fixed="false" select_event="chvn">
- <list id="items">
- <record id="1" text="Home" tkex="true"/>
- <record id="0" text="Away" tkex="true"/>
- </list>
- </widget>
- </container>
-
- <!-- group box containing name field -->
- <container id="namp">
- <layout class="arrange_horizontal_attachment" layout="-10,-15" alignment="left" offset="0"/>
- <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
- <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" inset="0"/>
-
- <!-- name widgets -->
- <widget class="label" text="Name"/>
- <widget class="edit_box" id="name" edit_event="name"/>
- </container>
-
- <!-- group box containing match rules field -->
- <container>
- <layout class="arrange_horizontal_attachment" layout="-10,-15" alignment="left" offset="0"/>
- <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
- <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" inset="0"/>
-
- <!-- match rule widgets -->
- <widget class="label" text="Match Rules"/>
- <widget class="popup_button" id="mtrl" fixed="false" select_event="mtrl">
- </widget>
- </container>
- </container>
-
- <!-- table containing teams -->
- <widget class="table" id="tmst" layout="-1,-1" mode="0" auto_size_rows="true" stretch_to_fit_rows="true">
-
- <!-- table headings -->
- <list id="headings">
- <record><string value="Opposition[COMMENT - arrange friendly panel]"/><flags id="algn" value="left"/></record>
- <record><string value="Fee[COMMENT - fee for friendly opposition on arrange friendly panel]"/><flags id="algn" value="left"/></record>
- </list>
-
- <!-- column properties -->
- <list id="column_properties">
- <record indx="0" alignment="left,centre_y"/>
- <record indx="1" alignment="left,centre_y"/>
- </list>
-
- <!-- column display properties -->
- <list id="column_display_properties">
- <record indx="0" left="4" sort_disabled="true"/>
- <record indx="1" sort_disabled="true"/>
- </list>
-
- </widget>
-
- <!-- subsection containing comments -->
- <container class="subsection_box" id="comm" title="Comments">
- <layout class="fit_children_attachment" alignment="vertical,fill" offset="0"/>
- <layout class="arrange_vertical_attachment" alignment="top" offset="0"/>
- <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
-
- <record id="defp">
- <flags id="auto_size" value="vertical"/>
- <flags id="spec" value="text"/>
- <colour name="selection"/>
- </record>
-
- </container>
- </container>
- </container>
-
- <container file="friendly buttons"/>
- </container>
- </panel>